home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / poland / Holland HiT / styl.css < prev    next >
Cascading Style Sheet File  |  1999-02-21  |  1KB  |  63 lines

  1. H1  {
  2.     line-height : 90%;
  3.     font-size : 20pt;
  4.     color : Gray;
  5.     font-family : Arial, Helvetica, sans-serif;
  6. }
  7.  
  8. H2  {
  9.     font-size : 16pt;
  10.     font-family : Arial, Helvetica, sans-serif;
  11.     color : Gray;
  12.     line-height : 90%;
  13. }
  14.  
  15. A  {
  16.     font-size : 12pt;
  17.     font-family : Courier New, Helvetica,  sans-serif;
  18.     color : Black;
  19.     font-weight : bold;
  20. }
  21.  
  22. A:Visited  {
  23.     font-size : 12pt;
  24.     font-family : Courier New, Helvetica,  sans-serif;
  25.     color : Gray;
  26.     font-weight : bold;
  27. }
  28.  
  29. A:Active  {
  30.     font-size : 12pt;
  31.     font-family : Courier New, Helvetica, sans-serif;
  32.     color : Aqua;
  33.     font-weight : bold;
  34. }
  35.  
  36. A:Hover  {
  37.     font-size : 12pt;
  38.     font-family : Courier New, Helvetica,  sans-serif;
  39.     color : Teal;
  40.     font-weight : bold;
  41. }
  42.  
  43. BODY  {
  44.     font-size : 10pt;
  45.     font-family : Verdana, Tahoma,  Arial, Helvetica,  sans-serif;
  46.     color : Black;
  47.     font-weight : normal;
  48.     background-color : White;
  49. }
  50.  
  51. TD  {
  52.     font-size : 8pt;
  53.     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  54.     color : Black;
  55.     background-color : White;
  56. }
  57.  
  58. .text  {
  59.     font-size : 10pt;
  60.     font-family : Verdana,  Arial, Helvetica,  sans-serif;
  61. }
  62.  
  63.